-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support jni inside jar #826
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kudos, SonarCloud Quality Gate passed! |
Codecov ReportAll modified lines are covered by tests ✅ 📢 Thoughts on this report? Let us know!. |
bxq2011hust
approved these changes
Oct 9, 2023
kyonRay
approved these changes
Oct 9, 2023
kyonRay
pushed a commit
to kyonRay/java-sdk
that referenced
this pull request
Oct 12, 2023
* Update sdk usage * Support jni inside jar
kyonRay
added a commit
that referenced
this pull request
Oct 12, 2023
* <feat>(rpc): add call with sign interface of rpc. (#771) * <feat>(rpc): add call with sign interface of rpc. * <test>(integration): add v3.3.0 node test. * <fix>(CI): fix integration test of extra data and input. (#796) * <fix>(codec): fix int type not count bit size bug. (#800) * upgrade openjdk version * <fix>(test): remove unnecessary dependency com.google.guava. (#811) * Add tars sdk impl (#818) Add tars sdk impl (#818) * <feat&fix>(transaction): fix call with sign result not handle revert message bug, add system features. (#819) * Update tars client impl (#821) * Add TarsClient * Update bulid.gradle, add tars-sdk * Update fisco-bcos-tars-sdk package name * Using google code style * Merge origin * Revert changes of xml * ExtraData use string type * Update tars client * Add tars config and impl * Update loadLibrary * Use google java format * Update library path find * Update tars client --------- Co-authored-by: More <More@MSI> Co-authored-by: More <[email protected]> * <feat>(client): add getNodeListByType interface. (#822) * Fix tars bug (#823) * Add TarsClient * Update bulid.gradle, add tars-sdk * Update fisco-bcos-tars-sdk package name * <fix>(client): add default nodeName to send request. (#825) * Support jni inside jar (#826) * Update sdk usage * Support jni inside jar --------- Co-authored-by: wenlinli <[email protected]> Co-authored-by: MO NAN <[email protected]> Co-authored-by: More <More@MSI> Co-authored-by: More <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support jni inside jar